@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	color: #666;
	background-image: url(../images/b-bg.jpg);
	background-repeat: repeat-x;
}

html{overflow-x:hidden;}
img {
	border:0px;
}
ul, li {
	list-style-type:none;
}
.clear0,.clear10,.clear5{ width:100%; clear:both; overflow:hidden}
.clear0{height:0}
.clear5{height:5px}
.clear10{height:10px}
.m_0_10 {
	margin:0 10px
}
.f_l {
	float:left
}
.f_r {
	float:right
}
a {
	text-decoration: none;
	color: #333;
	line-height: 24px;
	font-family: "微软雅黑";
}
a:hover {
	color: #1D6EBE;
}.header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height:81px;
}
.logo {
	margin-top: 12px;
	float: left;
}
.nav {
	float: right;
	width: 540px;
	height: 72px;
	margin-top: 2px;
	overflow:hidden;
}
.nav .lang{ width:540px; text-align:right; color:#FFF; height:30px;}
.nav .lang a{ color:#FFF}
.nav ul li {
	float: left;
	height: 32px;
	width: 74px;
	text-align: center;
	margin-left: 2px;
}
.nav ul li a {
	font-size: 14px;
	color: #FFF;
	line-height: 32px;
	font-family: "微软雅黑";
	height: 32px;
	width: 74px;
	display: block;
}
.nav ul li a:hover {
	color: #015db2;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 74px;
}

.nav ul li.on a {
	background-image: url(../images/nav-bg.jpg);
	background-repeat: no-repeat;
	color: #015db2;
	display: block;
}
.gonggao {
	background-image: url(../images/gao.jpg);
	background-repeat: repeat-x;
	width:980px; margin:0 auto 0;
	
}
.gund {
	background-repeat: no-repeat;
	height: 33px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-position: left center;
	padding-left: 40px;
	line-height: 33px;
	color: #FFF;
}
.gund a {
	color: #FFF;
}
.eli {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
.eli ul li a {
	height: 60px;
	width: 230px;
	display: block;
	line-height: 60px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #015db2;
	background-image: url(../images/megges-d.jpg);
	background-repeat: no-repeat;
}
.eli ul li a:hover {
	background-image: url(../images/about-a.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}
.eli ul li.twoon a {
	background-image: url(../images/about-a.jpg);
	color: #FFF;
	background-repeat: no-repeat;
}
.main {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.left {
	float: left;
	width: 245px;
}
/*左二级菜单*/
.arrowlistmenu{
	width:245px;
	margin-left:auto;
	padding-bottom:10px;
	margin-left:0px;
	background-image: url(../images/left-m.jpg);
	background-repeat: repeat-y;
	height: 592px;
	overflow: hidden;
  
}
.arrowlistmenu h3{
	display:block;
	width:150px;
	font-size:12px;
	padding-left:15px;
	margin-bottom:1px;
	color:#fff;
	cursor:pointer;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	width:200px;
	list-style-type:none;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.arrowlistmenu ul li{
	display:block;
	height:24px;
	line-height:24px;
	color:#FFF;/*bottom spacing between menu items*/
	text-align:left;
	background-image:url(images/ico_1.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	margin-bottom: 3px;
}
.arrowlistmenu ul li strong{
 display:block;height:20px;background-image:url(images/left_pbj3.jpg); background-repeat:no-repeat;
 padding:5px 0px 0px 25px;color:#000000;
}
.arrowlistmenu ul li span{
 display:block;height:23px; line-height:23px;padding:2px 0px 0px 20px;color:#000; background-color:#fff3e6;
 background-image:url(images/ico/ico3.gif); background-repeat:no-repeat;background-position:10px 10px;
}
.arrowlistmenu ul li a{
	display:block;
	padding:0px;
	color:#FFF; /*link text is indented 10px*/
	text-decoration: none;
	font-size:12px;
	background-color: #6ab7ff;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color:#FFF;
	font-size:12px;
	background-color: #3ca1ff;
}
.arrowlistmenu .menuheader{ /**/
	color:#FFF;

	line-height:35px;
	background-image:url(../images/left-tiao.jpg);
	margin-bottom:2px; /*header text is indented 10px*/
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 170px;
	font-family: "微软雅黑";
	font-size: 14px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.arrowlistmenu .openheader{ /**/
	color:#fff;
	height:30px;
	line-height:30px;
	font-weight:bold;
	background-image:url(../images/bab.gif);
	margin-bottom:0px; /*header text is indented 10px*/
	cursor: pointer;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: left center;
}
.bse {
	background: #fff3e6;
	display: block;
}
.menuheader a {
	line-height: 35px;
	height: 35px;
	color: #FFF;
}
.right {
	float: right;
	width: 725px;
}
.right-titile {
	background-image: url(../images/right-title.jpg);
	background-repeat: no-repeat;
	line-height: 42px;
	height: 42px;
	padding-left: 35px;
	padding-right: 10px;
}
.r-t-zi {
	float: left;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #015db2;
}
.more {
	float: right;
	margin-top: 10px;
}
/*.produ-m {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding: 10px;
	min-height: 500px;
	background-image: url(../images/right-di.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}*/
.produ-m ul li {
	background-image: url(../images/right-ul.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 680px;
	margin-bottom: 0px;
	padding: 10px;
}
.produ-m ul li dt {
	background-image: url(../images/pro-bg.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 160px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 13px;
	padding-left: 3px;
	float: left;
}
.produ-m ul li dd {
	height: 110px;
	width: 480px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
.chan-title {
	background-image: url(../images/q-tilte.jpg);
	background-repeat: no-repeat;
	height: 42px;
	line-height: 42px;
	padding-left: 35px;
	padding-right: 10px;
}
.c-zi {
	color: #FFF;
	font-family: "微软雅黑";
	font-size: 14px;
	float: left;
}

.pro-m {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-image: url(../images/q-di.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}
.pro-mA {
	
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}



#demo {
	width: 970px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#indemo {
	float: left;
	width: 1000%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}

#demoA {
	width: 703px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#indemoA {
	float: left;
	width: 1000%;
}
#demoA1 {
	float: left;
}
#demoA2 {
	float: left;
}

.fwzs {

}
.fwzs li {
	width: 160px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	height: 170px;
	border: 1px solid #CCC;
	margin-bottom:10px;
}
.zs_p {
	height: 140px;
	width: 160px;
	overflow: hidden;
}
.zs_na a {
	line-height: 30px;
	font-size: 14px;
}

.zs_p img {
	width: 160px;
}
.zs_na {
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 160px;
	background-color: #f1f1f1;
}
.h-about {
	background-image: url(../images/about-di.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}
.abou-tit {
	background-image: url(../images/about-title.jpg);
	line-height: 40px;
	height: 40px;
	padding-bottom: 10px;
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 14px;
}
.about-titile {
	float: left;
	padding-left: 45px;
	color: #015db2;
}
.news-titile {
	float: right;
	width: 267px;
	height: 40px;
	line-height: 40px;
	padding-bottom: 10px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
.more-two ,.more-two a {
	float: right;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
	color: #FFF;
	line-height: 40px;
}
.about-m {
	background-image: url(../images/about-m.jpg);
	background-repeat: repeat-y;
	padding: 10px;
}
.about-nr {
	width: 650px;
	padding-left: 5px;
	float: left;
}
.news1 {
	float: right;
	width:100%;
}
.news1 ul li {
	line-height: 28px;
	background-image: url(../images/news.jpg);
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 15px;
	font-family: "微软雅黑";
	background-position: left center;
	border-bottom:#ccc 1px dashed;
}
.news1 ul li dt {
	float: left;
}
.news1 ul li dd {
	float: right;
}
.newstex
{
    border-top:#ccc 1px dashed;
}
.news {
	float: right;
	width: 265px;
}
.news ul li {
	line-height: 28px;
	background-image: url(../images/news.jpg);
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 15px;
	font-family: "微软雅黑";
	background-position: left center;
}
.news ul li dt {
	float: left;
}
.news ul li dd {
	float: right;
}
.footer {
	background-image: url(../images/di.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 201px;
}
.youqi {
	background-image: url(../images/youq.jpg);
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	height: 48px;
	padding-bottom: 12px;
	font-size: 14px;
	line-height: 48px;
	color: #015DB2;
	padding-left: 120px;
	font-family: "微软雅黑";
	overflow:hidden;
}
.di {
	color: #FFF;
	width: 980px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	overflow:hidden;
}
.di a
{
    color:#fff;
}
.nei-m {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-image: url(../images/right-di.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px;
	font-family: "微软雅黑";
	color: #333;
	min-height:300px;
}

.right .nei-mA{min-height:180px;padding: 0px;}
.nei-mA .pro-m{padding: 0px;}
.weizhi {
	text-align: right;
	float: right;
	font-family: "微软雅黑";
	color: #666;
}
.n-news ul li {
	font-family: "微软雅黑";
	line-height: 30px;
	height: 30px;
	background-image: url(../images/news.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	font-size: 14px;
}
.n-news ul li dt {
	float: left;
}
.n-news ul li dd {
	float: right;
}
.n-news ul li dt a {
	font-size: 14px;
}
.yema {
	text-align: center;
}
.yema a {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: 1px solid #CCC;
	font-size: 14px;
}
.yema a.click 
{
    background-color: #398EC7;
    color:#fff;
}
.new-bt {
	text-align: center;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.download_list .plug1 dt {background:  url(../images/download_ico.gif) no-repeat scroll 3px 8px transparent; border-bottom: 1px dotted  #BFBFBF; font-size: 120%;font-weight: bold;padding: 0 5px 0 18px; line-height:28px;}
.download_list .plug1 {padding: 10px;}
.download_list .plug1 dd span {padding-right: 20px;}
.download_list .plug1 dd { background: none repeat scroll 0 0  #EFEFEF;color: #666666;height: 28px; line-height: 28px;padding: 0 8px;}
.download_list .plug1 dd div {float: right;}

.left .sublineheight a{ line-height:26px; font-size:12px;}